home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / U. of Illinois Housing Site Map / background_3735.txt < prev    next >
Encoding:
Text File  |  1989-02-14  |  2.3 KB  |  120 lines

  1. -- background: 3735 from stack: in. of Illinois Housing Site Map
  2. -- bmap block id: 4220
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set the scroll of field id 1 to 0
  9. end closeCard
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 2007
  15. -- rect: left=368 top=56 right=313 bottom=505
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 21
  20. -- text size: 10
  21. -- style flags: 0
  22. -- line height: 13
  23. -- part name: Site Names
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 2000
  29. -- rect: left=476 top=313 right=342 bottom=512
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 26425 / 26425
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.  
  41.   visual wipe left
  42.   go to next card
  43. end mouseUp
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 2000
  49. -- rect: left=440 top=313 right=342 bottom=477
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 902 / 902
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Prev
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.  
  61.   visual wipe right
  62.   go to previous card
  63. end mouseUp
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: 2000
  69. -- rect: left=368 top=313 right=342 bottom=404
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 2162 / 2162
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Return
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.  
  81.   visual effect iris close
  82.   go to card id 3007
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (field)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=368 top=31 right=56 bottom=505
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 21
  95. -- text size: 18
  96. -- style flags: 8192
  97. -- line height: 24
  98. -- part name: 
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=340 top=29 right=57 bottom=369
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 21700 / 21700
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Home
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect iris close
  116.   go home
  117. end mouseUp
  118.  
  119.  
  120.